ComponentOne ASP.NET MVC Controls
GroupSpacing Method

C1.Web.Mvc.Fluent Namespace > GridLayoutBuilder<TControl,TBuilder> Class : GroupSpacing Method
The value.
Configurates C1.Web.Mvc.GridLayout.GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels.
Syntax
'Declaration
 
Public Function GroupSpacing( _
   ByVal value As Integer _
) As TBuilder
public TBuilder GroupSpacing( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GridLayoutBuilder<TControl,TBuilder> Class
GridLayoutBuilder<TControl,TBuilder> Members